home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Games / NeXTmj / Source / Makefile.postamble < prev    next >
Makefile  |  1991-03-23  |  235b  |  11 lines

  1.  
  2. clean::
  3.     -find . -name "*~" -print | xargs rm
  4.  
  5. depend::
  6.     cc++ -M $(_CFLAGS) $(OTHERSRCS) >> Makefile.dependencies
  7.     
  8. install::
  9.     -mkdirs $(INSTALLDIR)/$(NAME).app/NeXTmj-tiff
  10.     cp NeXTmj-tiff/*.tiff $(INSTALLDIR)/$(NAME).app/NeXTmj-tiff
  11.